-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependsOn example, plus. #12
base: master
Are you sure you want to change the base?
Conversation
…ublisher.jar to gitignore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are the shell scripts empty?
@brynrhodes, they aren't empty. I simply changed the permissions on those files to make them executable. The "empty file" that GitHub references is the diff because there are no changes to the file's contents. I believe you'd see the same if you simply changed a filename and not the contents. If you look at those files in this branch, you'll see the content is unchanged. i.e. I needed to run |
Discussed with @brynrhodes out-of-band. Permissions changes to scripts need to be done at source so they aren't undone with future executions of |
Co-authored-by: Bryn Rhodes <[email protected]>
Update dependsOn example, make scripts executable on Linux, and add publisher.jar to gitignore.
Before:
After: